go.uber.org/zap/zapcore.jsonEncoder.AppendInt64 (method, view implemented interface methods)
8 uses
go.uber.org/zap/zapcore (current package)
json_encoder.go#L155: enc.AppendInt64(val)
json_encoder.go#L277: enc.AppendInt64(int64(val))
json_encoder.go#L281: func (enc *jsonEncoder) AppendInt64(val int64) {
json_encoder.go#L318: enc.AppendInt64(val.UnixNano())
json_encoder.go#L340: func (enc *jsonEncoder) AppendInt(v int) { enc.AppendInt64(int64(v)) }
json_encoder.go#L341: func (enc *jsonEncoder) AppendInt32(v int32) { enc.AppendInt64(int64(v)) }
json_encoder.go#L342: func (enc *jsonEncoder) AppendInt16(v int16) { enc.AppendInt64(int64(v)) }
json_encoder.go#L343: func (enc *jsonEncoder) AppendInt8(v int8) { enc.AppendInt64(int64(v)) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)